home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / MiniclipsTetris.swf / scripts / DefineButton2_96 / BUTTONCONDACTION on(keyPress Right).as < prev    next >
Encoding:
Text File  |  2005-08-04  |  106 b   |  7 lines

  1. on(keyPress "<Right>"){
  2.    if(gameRunning and !gamePaused)
  3.    {
  4.       GamePiece.moveRight();
  5.    }
  6. }
  7.